home *** CD-ROM | disk | FTP | other *** search
/ Codemasters Artwork Disc ECTS 2000 ( UK) / Codemasters - Artwork Disc ECTS 2000 (UK).bin / pc / xtras / medial~1 / setfx~1.dir / Internal_55.ls < prev    next >
Encoding:
Text File  |  1998-12-01  |  106 b   |  9 lines

  1. on mouseDown
  2.   global fxHelp
  3.   if fxHelp then
  4.     CollapseWindow()
  5.   else
  6.     ExpandWindow()
  7.   end if
  8. end
  9.